Skip to content

Commit 0fe7a2e

Browse files
committed
Ruby is no longer necessary
1 parent bc226d8 commit 0fe7a2e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.travis.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,5 @@ node_js:
33
- '10'
44
- '12'
55
- '13'
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
116
script:
127
- npm run build

0 commit comments

Comments
 (0)