Skip to content

Commit c82df75

Browse files
authored
Update .travis.yml
1 parent 75ba6ae commit c82df75

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.travis.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ before_install:
1313
- curl -L "https://storage.googleapis.com/tensorflow/libtensorflow/libtensorflow-${TF_TYPE}-${OS}-x86_64-1.9.0.tar.gz" | sudo tar -C $TARGET_DIRECTORY -xz
1414
- sudo ldconfig
1515

16-
install:
17-
- mix local.rebar --force
18-
- mix local.hex --force
19-
- mix deps.get
20-
2116
script:
22-
- mix test
17+
- MIX_ENV=test
18+
- mix do deps.get, test

0 commit comments

Comments
 (0)