Skip to content
Draft
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
20 changes: 18 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,30 @@
sudo: false
language: node_js
node_js:
- "0.11"
- "0.12"
- "4"
- "5"
- "6"
- "7"
- "8"
- "9"
- "10"
matrix:
include:
- node_js: "4"
env: TEST_SUITE=lint
- node_js: "5"
arch: ppc64le
- node_js: "6"
arch: ppc64le
- node_js: "7"
arch: ppc64le
- node_js: "8"
arch: ppc64le
- node_js: "9"
arch: ppc64le
- node_js: "10"
arch: ppc64le

env:
- TEST_SUITE=unit
script: npm run-script $TEST_SUITE