Skip to content

Commit 4db3cca

Browse files
authored
Update .travis.yml (buehler#162)
* Update .travis.yml * Update .travis.yml add node7 to deploy stage * Update .travis.yml remove node 6
1 parent db0ccbc commit 4db3cca

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ sudo: false
22

33
language: node_js
44
node_js:
5-
- '6'
65
- '7'
76

87
env:
@@ -16,7 +15,7 @@ os:
1615
- linux
1716

1817
before_install:
19-
- if [ $TRAVIS_OS_NAME == "linux" ]; then
18+
- if [ $TRAVIS_OS_NAME == "linux" ]; then
2019
export CXX="g++-4.9" CC="gcc-4.9" DISPLAY=:99.0;
2120
sh -e /etc/init.d/xvfb start;
2221
sleep 3;

0 commit comments

Comments
 (0)