Skip to content

Commit

Permalink
Fix travis.ci build failures (#32)
Browse files Browse the repository at this point in the history
There is some gcc library problems on the Travis CI side for the latest
ndoejs version (v18). This commit removes the `latest` entry from the
Travis build envs. Re-add at a later date when the problem is fixed on
their end.

Signed-off-by: Steven Esser <[email protected]>
  • Loading branch information
steven-esser authored Jul 22, 2022
1 parent 6ca60fc commit 8146ad5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
language: node_js
node_js:
- node
- lts/*
- 17
- 16
- 15
- 14
- 13
- 12
Expand Down

0 comments on commit 8146ad5

Please sign in to comment.