Skip to content

Commit 55b91bb

Browse files
authored
Build: update travis-ci for newer environments (#94)
1 parent 5e5b9d3 commit 55b91bb

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,13 @@ node_js:
99
- '4'
1010
- '5'
1111
- '6'
12+
- '7'
1213
env:
1314
matrix:
1415
- CXX=g++-4.8 TASKS=test:nodejs
1516
matrix:
1617
include:
17-
- node_js: 6
18+
- node_js: 7
1819
env:
1920
- CXX=g++-4.8 TASKS=travis:browser
2021
addons:

gulpfile.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,8 @@ var KARMA_CONFIG = {
182182
},
183183
"SL_Firefox": {
184184
base: "SauceLabs",
185-
browserName: "firefox"
185+
browserName: "firefox",
186+
version: "51"
186187
},
187188
"SL_Safari_8": {
188189
base: "SauceLabs",

0 commit comments

Comments
 (0)