Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Commit

Permalink
update node version for CI and disable cache
Browse files Browse the repository at this point in the history
  • Loading branch information
atvanguard committed Jul 12, 2019
1 parent 07612c5 commit beb9d19
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
11.1.0
10 changes: 4 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,13 @@ dist: xenial
sudo: required
group: beta
language: node_js
node_js:
- "8"
cache:
directories:
- node_modules
# Build fails if cache is enabled unless caches are manually cleared from travis settings
# cache:
# directories:
# - node_modules
matrix:
fast_finish: true
install:
- sudo apt-get -qq update
- bash <(curl https://get.parity.io -L) -r v2.4.7
before_script:
- export PATH=/snap/bin:${PATH}
Expand Down

0 comments on commit beb9d19

Please sign in to comment.