We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ade606 commit d8db026Copy full SHA for d8db026
.travis.yml
@@ -1,13 +1,16 @@
1
sudo: false
2
language: elixir
3
elixir:
4
- - 1.6.0
+ - 1.9
5
otp_release:
6
- - 20.2
7
-env:
8
- - TRAVIS_NODE_VERSION="8"
+ - 22.0
+cache:
+ directories:
9
+ - _build
10
+ - deps
11
+ - node_modules
12
install:
- - 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
14
- npm install -g yarn
15
- yarn
16
- mix local.hex --force
0 commit comments