You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ga...@apache.org on 2017/02/20 07:04:38 UTC

fauxton commit: updated refs/heads/master to 9f733f2

Repository: couchdb-fauxton
Updated Branches:
  refs/heads/master a1d95cc64 -> 9f733f299


use travis_retry in travis script


Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/9f733f29
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/tree/9f733f29
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/diff/9f733f29

Branch: refs/heads/master
Commit: 9f733f299da981633acbfdfb22ab6180f8e816b9
Parents: a1d95cc
Author: Nolan Lawson <no...@gmail.com>
Authored: Sun Feb 19 08:54:52 2017 -0800
Committer: Garren Smith <ga...@gmail.com>
Committed: Mon Feb 20 09:04:21 2017 +0200

----------------------------------------------------------------------
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/9f733f29/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 8187c65..48d54d3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -20,7 +20,7 @@ before_script:
   - DIST=./dist/debug ./bin/fauxton &
   - sleep 30
 script:
-  - ./node_modules/grunt-cli/bin/grunt nightwatch
+  - travis_retry ./node_modules/.bin/grunt nightwatch
 after_script:
   - npm run docker:down