Skip to content

Commit acecde9

Browse files
committed
fix(travis): Add nodejs 12 to travis.yml
1 parent cbb06a4 commit acecde9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ language: node_js
22
node_js:
33
- '0.10'
44
- '0.11'
5+
- '0.12'
56
before_install:
67
- gem update --system
78
- gem install sass --version "=3.3.7"

0 commit comments

Comments
 (0)