Tone.js/.travis.yml

23 lines
645 B
YAML
Raw Normal View History

2016-08-09 20:22:36 +00:00
sudo: required
dist: trusty
language: node_js
node_js:
- "7"
2016-08-09 20:22:36 +00:00
before_install:
- export CHROME_BIN=/usr/bin/google-chrome
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- sudo apt-get update
- sudo apt-get install -y libappindicator1 fonts-liberation
- wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
- sudo dpkg -i google-chrome*.deb
2016-03-04 21:49:28 +00:00
before_script:
2016-03-04 22:45:52 +00:00
- cd gulp
2016-03-04 22:13:39 +00:00
- npm install -g karma
2016-03-04 21:49:28 +00:00
- npm install -g gulp
2016-03-04 22:22:56 +00:00
- npm install
- git config --global user.email "travis@travis-ci.org"
- git config --global user.name "Travis CI"
script: gulp travis-test
after_success: gulp commitDevBuild