Skip to content

Commit

Permalink
tests: fix travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tivie committed Oct 16, 2018
1 parent 23f849c commit a48e0cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ node_js:
before_install:
- npm install -g grunt-cli

#travis build speed up
# travis build speed up
sudo: false
cache:
directories:
Expand All @@ -20,7 +20,7 @@ script: grunt test
notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/e369617839852624aa69
- 'https://webhooks.gitter.im/e/e369617839852624aa69'
on_success: change # options: [always|never|change] default: always
on_failure: always # options: [always|never|change] default: always
on_start: false # default: false

0 comments on commit a48e0cf

Please # to comment.