Skip to content
This repository was archived by the owner on Apr 3, 2019. It is now read-only.

Commit cb2fe04

Browse files
committed
travis fix
1 parent 14ce10c commit cb2fe04

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ cache:
1313
- "node_modules"
1414

1515
before_script:
16-
- yarn build
1716
- yarn testrpc &
1817
- sleep 1
1918

scripts/test.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ else
4141
echo "Starting our own testrpc instance"
4242
start_testrpc
4343

44+
webpack && run-s babel:src babel:test
4445
run-s truffle:compile copy-artifacts
4546
truffle migrate --network=testrpc
4647
mocha lib/test/**/*_test.js --timeout 10000 --bail --exit

0 commit comments

Comments
 (0)