Skip to content

Commit

Permalink
Restore Travis-CI cache; Wrap tests with travis-retry
Browse files Browse the repository at this point in the history
  • Loading branch information
datakurre committed Jul 23, 2019
1 parent cdfc41a commit 8b70130
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Expand Up @@ -2,9 +2,9 @@ language: node_js
node_js:
- 8.11.1
- 10.1.0
#cache: # cache has gotten slow
# pip: true
# yarn: true
cache:
pip: true
yarn: true
sudo: required
addons:
apt:
Expand All @@ -13,7 +13,7 @@ addons:
services:
- docker
script:
- make purge init-backend test-all
- travis_retry make purge init-backend test-all
after_success:
- make coveralls
- test $TRAVIS_BRANCH = "master" &&
Expand Down

0 comments on commit 8b70130

Please sign in to comment.