Skip to content

Commit

Permalink
Reenable pnpm tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jvanbruegge committed Oct 23, 2018
1 parent d2e5110 commit 399d7ed
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ notifications:
cache:
yarn: true
directories:
- node_modules
- /home/travis/.pnpm-store

before_install:
Expand All @@ -22,9 +21,9 @@ matrix:
- script: ./runCI.sh yarn
node_js: 8
install: yarn install
# - script: ./runCI.sh pnpm
# node_js: 6
# install: pnpm install
# - script: ./runCI.sh pnpm
# node_js: 8
# install: pnpm install
- script: ./runCI.sh pnpm
node_js: 6
install: pnpm install
- script: ./runCI.sh pnpm
node_js: 8
install: pnpm install

0 comments on commit 399d7ed

Please sign in to comment.