Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
language: node_js
arch:
- amd64
- ppc64le
cache: yarn
node_js:
- "node"
Expand All @@ -7,9 +10,6 @@ node_js:
- "8"
- "7"
- "6"
- "5"
- "4"
- "4.0.0" # minimal supported version
before_install:
- npm config set strict-ssl false
- npm config set registry="http://registry.npmjs.org/"