Skip to content

Commit

Permalink
Update Travis CI node.js version
Browse files Browse the repository at this point in the history
  • Loading branch information
akfish committed Feb 26, 2017
1 parent 1fbe83b commit 96df4cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
*.js text eol=lf
*.md text eol=lf
*.json text eol=lf
*.yml text eol=lf
*.png binary
*.jpg binary
*.jpeg binary
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: node_js
node_js:
- "0.12"
- "6"
before_script:
- export CHROME_BIN=chromium-browser
- export DISPLAY=:99.0
Expand Down

0 comments on commit 96df4cc

Please sign in to comment.