4
0
Fork 0

Added travis build

contracts
hswick 7 years ago
parent 2615564aaf
commit 36a10f47db
  1. 3
      .gitignore
  2. 0
      .travis.yml
  3. 9
      travis_test.sh

3
.gitignore vendored

@ -3,5 +3,4 @@
/deps
erl_crash.dump
*.ez
*.tar
/doc
*.tar

@ -0,0 +1,9 @@
#!/bin/bash
# This is for travis
ganache-cli 2>&1 &
sleep 10
mix test
sleep 10
kill -9 $(lsof -t -i:8545)
Loading…
Cancel
Save