Skip to content

Commit

Permalink
ci: update travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
panva committed Nov 5, 2018
1 parent 66da0d6 commit bbfdbe5
Showing 1 changed file with 16 additions and 24 deletions.
40 changes: 16 additions & 24 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,19 @@
language: node_js
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
script: gulp test:nodejs:single
node_js:
- 6.0.0 # min
- lts/boron
- 8.0.0
- lts/carbon
- lts/dubnium
- stable
env:
matrix:
- CXX=g++-4.8 TASKS=test:nodejs
matrix:
- 6.0.0 # min
- lts/boron
- 8.0.0
- lts/carbon
- lts/dubnium
- stable
jobs:
include:
- node_js: lts/carbon
env:
- CXX=g++-4.8 TASKS=travis:browser MOZ_HEADLESS=1
addons:
firefox: latest
sauce_connect: true
script:
- ./node_modules/.bin/gulp $TASKS
- stage: Browser tests
script: gulp travis:browser
node_js: lts/carbon
addons:
sauce_connect: true
- stage: Lint
script: gulp test:lint
node_js: lts/carbon

0 comments on commit bbfdbe5

Please sign in to comment.