Skip to content

Commit

Permalink
Fix the build restricting the node version to node 8 and 10 (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
FabienM authored May 19, 2019
1 parent a666195 commit dc5e62e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: node_js
node_js:
- "8"
- "node"
- "10"
before_install:
- sudo apt-get update
- sudo apt-get install -y libsecret-1-0 libsecret-1-dev
Expand Down

0 comments on commit dc5e62e

Please sign in to comment.