Browse Source

Update node version.

master
Emilio Almansi 7 years ago
parent
commit
aacb479bc9
  1. 12
      .travis.yml

12
.travis.yml

@ -1,14 +1,16 @@
language: node_js
sudo: false
node_js:
- '6'
- '7'
- '8'
before_install:
- npm install -g bower
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
install:
- bower install
- npm install
after_script:
- gulp coveralls
- npm coveralls

Loading…
Cancel
Save