Skip to content

Commit 6e4ebfe

Browse files
authored
Use Node 8 in Travis
1 parent e5db3ad commit 6e4ebfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ before_script:
77
- 'export PATH=$PWD/node_modules/.bin:$PATH'
88
- bower install
99
- "if [ -v JUICY_TATTOO_DEPENDENCY ]; then bower uninstall ${JUICY_TATTOO_DEPENDENCY} ${JUICY_TATTOO_DEPENDENCY_SLUG} --save; bower install ${JUICY_TATTOO_DEPENDENCY_SLUG}#${JUICY_TATTOO_DEPENDENCY_COMMIT}; fi"
10-
node_js: stable
10+
node_js: 8
1111
addons:
1212
firefox: latest
1313
apt:

0 commit comments

Comments
 (0)