Skip to content

Commit

Permalink
Merge pull request #1094 from dennis00010011b/split-dutch-contract-te…
Browse files Browse the repository at this point in the history
…sts-#1076

Split dutch contract tests #1076
  • Loading branch information
vbaranov committed Aug 15, 2018
2 parents 8fa384d + 3b52e52 commit ca30dbe
Show file tree
Hide file tree
Showing 4 changed files with 201 additions and 159 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
branch = e2e-wizard2.0
[submodule "submodules/auth-os-applications"]
path = submodules/auth-os-applications
url = https://github.com/poanetwork/auth-os-applications
url = https://github.com/poanetwork/auth-os-applications/
branch = master
10 changes: 8 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ env:
- TEST_SUITE=e2eDutchMincap
- TEST_SUITE=reactComponentTests
- TEST_SUITE=contractsMinted
- TEST_SUITE=contractsDutch
- TEST_SUITE=contractsDutchPart1
- TEST_SUITE=contractsDutchPart2
- TEST_SUITE=contractsDutchPart3
- TEST_SUITE=contractsDutchPart4

install:

Expand All @@ -42,7 +45,10 @@ script:
- if [ $TEST_SUITE == 'e2eDutchMincap' ]; then npm run e2eDutchMincap; fi
- if [ $TEST_SUITE == 'reactComponentTests' ]; then npm run lint && npm run coveralls; fi
- if [ $TEST_SUITE == 'contractsMinted' ]; then npm run testContractsMintedCappedCrowdsale; fi
- if [ $TEST_SUITE == 'contractsDutch' ]; then npm run testContractsDutchAuction; fi
- if [ $TEST_SUITE == 'contractsDutchPart1' ]; then npm run testContractsDutchPart1; fi
- if [ $TEST_SUITE == 'contractsDutchPart2' ]; then npm run testContractsDutchPart2; fi
- if [ $TEST_SUITE == 'contractsDutchPart3' ]; then npm run testContractsDutchPart3; fi
- if [ $TEST_SUITE == 'contractsDutchPart4' ]; then npm run testContractsDutchPart4; fi

after_script:
- sudo kill `sudo lsof -t -i:8545`
Expand Down

0 comments on commit ca30dbe

Please sign in to comment.