Skip to content

Commit 8ab2618

Browse files
committed
Update Node in Travis
1 parent 4cbaff3 commit 8ab2618

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: node_js
22
node_js:
33
- '4.0'
4-
- '7.0'
4+
- '8.0'
55
after_script: bash <(curl -s https://codecov.io/bash)
66
sudo: false
77
deploy:
@@ -11,7 +11,7 @@ deploy:
1111
secure: DXH+0jJsbxpj66ehrc1YWRjKfj1adNoQGpzT8jmq6vv61HAaIbGe2Uk4iQw2KAw5OWfvjbdHzLhkWloZIJqyQ7Y5SjHZwReRnhNyj2h7/huWa8cnhYbU8B+WAmpbvcl8aWZPvq1ls6CZwE+33AUSGZxMEGauxooRNSgNq9jIx88=
1212
on:
1313
tags: true
14-
node: '4.0'
14+
node: '8.0'
1515
- provider: releases
1616
api_key:
1717
secure: Z3ndWZ8hPYQhKBkHqWVmt7i/KrZ9KjGoD9KxMJNyEfXgXkaTOsFtg8iCsHoA4GSRJPw1M/EjklDNOSEPkF9rhAyilX6ThqMO764IEr4i6zXyVd//UyCsw5Qq/wOCftZGwbDyNP2I3cD9mesQRHDp1dpZTy4Hy2Bp/3PajYsbP3g=
@@ -20,4 +20,4 @@ deploy:
2020
- "nlcst-emoticon-modifier.min.js"
2121
on:
2222
tags: true
23-
node: '7.0'
23+
node: '8.0'

0 commit comments

Comments
 (0)