Skip to content

Commit d8db026

Browse files
authored
Update .travis.yml
1 parent 6ade606 commit d8db026

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

.travis.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
sudo: false
22
language: elixir
33
elixir:
4-
- 1.6.0
4+
- 1.9
55
otp_release:
6-
- 20.2
7-
env:
8-
- TRAVIS_NODE_VERSION="8"
6+
- 22.0
7+
cache:
8+
directories:
9+
- _build
10+
- deps
11+
- node_modules
912
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
13+
- nvm install 12.8.0 && nvm use 12.8.0
1114
- npm install -g yarn
1215
- yarn
1316
- mix local.hex --force

0 commit comments

Comments
 (0)