Skip to content

Commit

Permalink
Build: update travis-ci for newer environments (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxwolf committed Mar 6, 2017
1 parent 5e5b9d3 commit 55b91bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,13 @@ node_js:
- '4'
- '5'
- '6'
- '7'
env:
matrix:
- CXX=g++-4.8 TASKS=test:nodejs
matrix:
include:
- node_js: 6
- node_js: 7
env:
- CXX=g++-4.8 TASKS=travis:browser
addons:
Expand Down
3 changes: 2 additions & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,8 @@ var KARMA_CONFIG = {
},
"SL_Firefox": {
base: "SauceLabs",
browserName: "firefox"
browserName: "firefox",
version: "51"
},
"SL_Safari_8": {
base: "SauceLabs",
Expand Down

0 comments on commit 55b91bb

Please sign in to comment.