Skip to content

Commit

Permalink
Travis Build Failure Fix (#62)
Browse files Browse the repository at this point in the history
* Environment set and dynamic

* Removed local setting file added by mistake

* Benchmarks now working with dynamic environment variables make file pass in FACTOR and USE_MIDDLEWARE

* Removing messages I had added because the output looked cluttered
- Improving the output could be helpful
- Kept the order in the makefile

* clarify the number output meaning

* Travis Node versions updated

* More Versions in Travis Build
  • Loading branch information
JacobMGEvans authored Feb 24, 2020
1 parent 1940ec9 commit 759120a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
language: node_js
node_js:
- "6"
- "7"
- "8"
- "9"
- "10"
- "11"
notifications:
email:
on_success: never

0 comments on commit 759120a

Please sign in to comment.