Skip to content
This repository has been archived by the owner on Sep 3, 2021. It is now read-only.

Commit

Permalink
chore: more config
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Oct 31, 2016
1 parent cf0f15a commit ee7bc93
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,13 @@ language: node_js
matrix:
include:
- node_js: 4
env: CXX=g++-4.8
- node_js: 6
env: CXX=g++-4.8
- node_js: stable
env: SAUCE=true
env:
- SAUCE=true
- CXX=g++-4.8

# Make sure we have new NPM.
before_install:
Expand All @@ -24,8 +28,7 @@ before_script:
after_success:
- npm run coverage-publish

env:
- CXX=g++-4.8


addons:
firefox: 'latest'
Expand Down

0 comments on commit ee7bc93

Please sign in to comment.