Skip to content

Commit

Permalink
Travis: Added after_success hook for testing, set node_js version to the
Browse files Browse the repository at this point in the history
latest LTS.
  • Loading branch information
Kanaye committed Feb 1, 2017
1 parent 88d67ba commit f5c08e9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
@@ -1,8 +1,10 @@
language: node_js
node_js:
- "0.10"
- "6.9.4"
before_install: npm install -g grunt-cli
before_script:
- grunt compile
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
after_success:
- grunt publish

0 comments on commit f5c08e9

Please sign in to comment.