Skip to content

Commit cc32a1b

Browse files
committed
Add Travis
1 parent 3af9424 commit cc32a1b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.travis.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
language: node_js
2+
node_js:
3+
- '4'
4+
- '6'
5+
- '7'
6+
before_script:
7+
# Remove ./node_modules/.bin from PATH so node-which doesn't replace Unix which and cause RVM to barf. See https://github.com/travis-ci/travis-ci/issues/5092
8+
- PATH=${PATH//:\.\/node_modules\/\.bin/}
9+
- rvm install ruby --latest
10+
- gem install sass scss_lint
11+
script:
12+
- npm run build

0 commit comments

Comments
 (0)