Skip to content

Commit

Permalink
Moved testing into its own PR
Browse files Browse the repository at this point in the history
  • Loading branch information
Toshbrown committed Sep 21, 2017
1 parent 567c951 commit 69148e6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 18 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
sudo: required
language: bash
script:
- test/test.sh
language: node_js
node_js:
- "6"

services:
- docker
2 changes: 1 addition & 1 deletion startDatabox.sh
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,4 @@ contNode node ./src/seedManifests.js

echo "databox started goto http://127.0.0.1:8989"

#docker service logs databox_container-manager -f
docker service logs databox_container-manager -f
14 changes: 0 additions & 14 deletions test/test.sh

This file was deleted.

0 comments on commit 69148e6

Please sign in to comment.