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
16 changes: 15 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,21 @@ node_js:
- "0.12"
- "0.10"
- "0.8"

arch:
- amd64
- ppc64le

before_install:
# Old npm certs are untrusted https://github.com/npm/npm/issues/20191
- 'if [ "${TRAVIS_NODE_VERSION}" = "0.6" ] || [ "${TRAVIS_NODE_VERSION}" = "0.8" ]; then export NPM_CONFIG_STRICT_SSL=false; fi'
- 'nvm install-latest-npm'
- 'nvm install-latest-npm'

jobs:
exclude:
- arch: ppc64le
node_js: "0.8"
- arch: ppc64le
node_js: "0.10"
- arch: ppc64le
node_js: "0.12"