Skip to content

Commit 27afce1

Browse files
committed
Use install: to run nvm and npm
It also overides install: at the top level that installs diesel_cli.
1 parent 7ec5840 commit 27afce1

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.travis.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,11 @@ matrix:
5959
- cargo test
6060
- name: Frontend
6161
rust: stable
62-
before_install:
62+
install:
6363
- nvm install 10
6464
- npm ci
65-
# skip diesel
66-
install:
67-
- echo
6865
before_script:
69-
- echo
66+
- echo skip diesel
7067
script:
7168
- npm run lint:js
7269
- npm test

0 commit comments

Comments
 (0)