Skip to content

Commit f632021

Browse files
authored
Update .travis.yml
Update so that tests use node 4
1 parent 0685b28 commit f632021

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

+4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1+
sudo: false
12
language: node_js
3+
node_js: '4'
4+
cache:
5+
directories: node_modules
26
before_install:
37
- "export DISPLAY=:99.0"
48
- "sh -e /etc/init.d/xvfb start"

0 commit comments

Comments
 (0)