Skip to content
This repository has been archived by the owner on Mar 9, 2022. It is now read-only.

Commit

Permalink
Run travis tests on ganache only instead of ganahce and geth
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnaguib committed May 6, 2019
1 parent 8a38eb6 commit 9f25038
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
11 changes: 2 additions & 9 deletions scripts/setup-ci.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,2 @@
if [ $TRAVIS_EVENT_TYPE == "cron" ]; then
echo "Test Suite: FULL"
TEST_SUITE="full"
else
echo "Test Suite: LITE"
TEST_SUITE="lite"
fi

npx setup-local-chains $TEST_SUITE
#!/usr/bin/env bash
npx setup-local-chains "lite"
5 changes: 0 additions & 5 deletions scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,4 @@ run-all-tests(){

run-all-tests "ganacheUnitTest"

if [ "${TRAVIS_EVENT_TYPE}" == "cron" ]
then
run-all-tests "gethUnitTest"
fi

exit 0

0 comments on commit 9f25038

Please sign in to comment.