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/08/22 09:42:16 UTC

[couchdb-fauxton] 01/02: fix travis builds

This is an automated email from the ASF dual-hosted git repository.

garren pushed a commit to branch preactjs
in repository https://gitbox.apache.org/repos/asf/couchdb-fauxton.git

commit 234cc1bc1e64b5cb57ca040ef181cd27791d5ccf
Author: Garren Smith <ga...@gmail.com>
AuthorDate: Tue Aug 22 11:41:53 2017 +0200

    fix travis builds
---
 .travis.yml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index dceadb0..9f18b5f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -25,6 +25,7 @@ after_script:
   - npm run docker:down
 
 env:
-  COMMAND=nightwatch
-  COMMAND=test
+  - COMMAND=nightwatch
+  - COMMAND=test
+
 cache: apt

-- 
To stop receiving notification emails like this one, please contact
"commits@couchdb.apache.org" <co...@couchdb.apache.org>.