Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kkrishguptaa committed Mar 26, 2021
1 parent a140f44 commit cb731d4
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: node_js
node_js: 15.5.1
os:
- linux
os: linux
before_script:
- npm install
- chmod +x ./test/sass.sh
Expand All @@ -13,6 +12,4 @@ script:
- ./test/scss.sh
- ./test/less.sh
- ./test/stylus.sh
branches:
only:
- master
branches: master

0 comments on commit cb731d4

Please sign in to comment.