There was an error while loading. Please reload this page.
1 parent 979cb95 commit 14a3bb8Copy full SHA for 14a3bb8
1 file changed
.travis.yml
@@ -10,5 +10,7 @@ install:
10
- 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
11
- npm install
12
script:
13
+ - mix local.hex --force
14
+ - mix deps.get
15
- mix test
16
- npm test
0 commit comments