Skip to content

Commit f5c08e9

Browse files
committed
Travis: Added after_success hook for testing, set node_js version to the
latest LTS.
1 parent 88d67ba commit f5c08e9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
language: node_js
22
node_js:
3-
- "0.10"
3+
- "6.9.4"
44
before_install: npm install -g grunt-cli
55
before_script:
66
- grunt compile
77
- export DISPLAY=:99.0
88
- sh -e /etc/init.d/xvfb start
9+
after_success:
10+
- grunt publish

0 commit comments

Comments
 (0)