Skip to content

Commit

Permalink
[skyapi] refs fibercrypto#14 - Add test to Travis configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
cbermudez97 committed Apr 3, 2019
1 parent adbc831 commit 889510f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,12 @@ before_script:

script:
- make test_clients
- make docker_build
- make docker_run
- echo 'Running tests from Docker Container'
- cd dev/tester
- node index.js
- exit
- echo 'Done running test from Docker Container'


0 comments on commit 889510f

Please sign in to comment.