Skip to content

Commit ebc198f

Browse files
committed
specify NODE_VERSION in yml directly
1 parent 070534d commit ebc198f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,10 @@ addons:
88
postgresql: '9.4'
99
env:
1010
- MIX_ENV=test
11-
- NODE_VERSION="7.7.2"
1211
before_install:
1312
- mix local.rebar --force
1413
- mix local.hex --force
15-
- nvm install $NODE_VERSION
14+
- nvm install 7.7.2
1615
install:
1716
- mix deps.get
1817
- npm install

0 commit comments

Comments
 (0)