Skip to content

Commit 02021a4

Browse files
committed
added changes for travis to use coverage
1 parent 046c588 commit 02021a4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ before_script:
1717
- ${PWD}/mongodb/bin/mongod --dbpath ${PWD}/mongodb/data --logpath ${PWD}/mongodb/mongodb.log --fork
1818

1919
env:
20-
- MIX_ENV=test
2120
matrix:
2221
- MONGODB=3.2.20
2322
- MONGODB=3.4.16
@@ -28,4 +27,4 @@ script:
2827
- mix local.hex --force
2928
- mix local.rebar --force
3029
- mix deps.get
31-
- mix coveralls.travis
30+
- MIX_ENV=test mix coveralls.travis

0 commit comments

Comments
 (0)