mirror of
https://github.com/Tonejs/Tone.js
synced 2024-11-15 16:17:58 +00:00
19 lines
375 B
YAML
19 lines
375 B
YAML
sudo: false
|
|
dist: trusty
|
|
language: node_js
|
|
node_js:
|
|
- "8"
|
|
|
|
# addons:
|
|
# chrome: stable
|
|
before_script:
|
|
- cd gulp
|
|
# - npm install -g karma
|
|
# - npm install -g gulp
|
|
# - npm install
|
|
- git config --global user.email "travis@travis-ci.org"
|
|
- git config --global user.name "Travis CI"
|
|
# script: gulp travis-test
|
|
script: echo 'no tests'
|
|
after_success:
|
|
- sh success.sh
|