Browse Source

Update .travis.yml

Lacey-Anne Sanderson 6 years ago
parent
commit
ef9ab76e0e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -21,7 +21,7 @@ before_script:
   - GIT_BRANCH=$TRAVIS_PULL_REQUEST_BRANCH
   - GIT_COMMIT_SHA=$TRAVIS_PULL_REQUEST_SHA
 after_script:
-  - ./cc-test-reporter after-build clover.xml --debug -t clover -p /var/www/html/sites/all/modules/custom/tripal_eutils --exit-code $TRAVIS_TEST_RESULT
+  - ./cc-test-reporter after-build clover.xml --debug -t clover -p /var/www/html/sites/all/modules/custom/tripal_blast --exit-code $TRAVIS_TEST_RESULT
 script:
   - docker run -it -d --rm --name tripal -v "$(pwd)":/modules/tripal_blast statonlab/tripal3
   - sleep 30 # We pause here so postgres and apache complete booting up