Skip to content

Commit

Permalink
+ Removing NodeJS v4 from Travis CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
gnongsie committed Apr 5, 2019
1 parent 3b802ea commit a51d968
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Expand Up @@ -2,15 +2,12 @@ language: node_js
sudo: false

node_js:
- "4"
- "6"
- "8"
- "10"

matrix:
fast_finish: true
allow_failures:
- node_js: "4"

install:
- npm install cybersource-rest-client
Expand Down
2 changes: 1 addition & 1 deletion sample_code_runner.sh
Expand Up @@ -13,7 +13,7 @@ do
else
printf '\n\n**** RUNNING - %s ****\n' "$p"
printf '\n\n**** RUNNING - %s ****\n' "$p" >> output.log
node $p
node $p >> output.log
printf '\n\n**** END RUNNING - %s ****\n' "$p" >> output.log
FILECOUNT=$((FILECOUNT+1))
fi
Expand Down

0 comments on commit a51d968

Please sign in to comment.