Skip to content

Commit 14a3bb8

Browse files
committed
travis config: explicitly installing deps
1 parent 979cb95 commit 14a3bb8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,7 @@ install:
1010
- rm -rf ~/.nvm && git clone https://github.com/creationix/nvm.git ~/.nvm && (cd ~/.nvm && git checkout `git describe --abbrev=0 --tags`) && source ~/.nvm/nvm.sh && nvm install $TRAVIS_NODE_VERSION
1111
- npm install
1212
script:
13+
- mix local.hex --force
14+
- mix deps.get
1315
- mix test
1416
- npm test

0 commit comments

Comments
 (0)