This is an automated email from the ASF dual-hosted git repository.
machristie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata-django-portal.git
The following commit(s) were added to refs/heads/master by this push:
new 753e5e1 Build before running tests
753e5e1 is described below
commit 753e5e1c11fc0eb9d14b2f9a60901cd9f1d7ac86
Author: Marcus Christie <machrist@iu.edu>
AuthorDate: Thu Jan 24 18:17:26 2019 -0500
Build before running tests
---
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index 414110b..9b65b65 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,5 +10,5 @@ script:
# For now ignore long line endings
- flake8 --ignore=E501 .
- ./lint_js.sh
- - ./test_js.sh
- ./build_js.sh
+ - ./test_js.sh
|