Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tanner0101 committed Sep 24, 2016
1 parent 87db98b commit 2850117
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
test:
override:
- "mongo --eval \"db.createUser({user: 'test', pwd: 'test', roles: []})\""
- curl -sL swift.vapor.sh | ubuntu
- swift build
- swift build -c release
- swift test
- "mongo --eval \"db.createUser({user: 'test', pwd: 'test', roles: []})\""
- eval "$(curl -sL swift.vapor.sh/ci)"

0 comments on commit 2850117

Please sign in to comment.