Permalink
Browse files
fix(travis): update Node version to fix build
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
.travis.yml
|
|
@@ -1,6 +1,6 @@ |
|
|
language: node_js |
|
|
node_js: |
|
|
- "0.10.17" |
|
|
- "0.10" |
|
|
|
|
|
before_script: |
|
|
- export DISPLAY=:99.0 |
|
|
|