Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/rfs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2019-02-12 22:18:00 +0300
committerGitHub <noreply@github.com>2019-02-12 22:18:00 +0300
commitc29ca743509c5ffef4fb71a4ee10c77238bcfaa3 (patch)
tree84e382e0a81e61d60a9b3e3930c4a4a1b75038e3
parent328cc0e725a842b7fa0dcda3dc8053b4d40618bc (diff)
Update .travis.yml (#74)
Remove unneeded stuff
-rw-r--r--.travis.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index d97ba08..fede282 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,10 +8,9 @@ node_js:
install:
- npm install
script:
- - npm test || travis_terminate 1
+ - npm test
cache:
directories:
- node_modules
- - vendor/bundle
notifications:
email: false