Skip to content

Commit

Permalink
Create the Travis configuration file.
Browse files Browse the repository at this point in the history
Create a `.travis.yml` configuration file for Travis CI. Use the latest
version of Node.js as the testing environment.
  • Loading branch information
marco committed Jan 6, 2019
1 parent 03ae778 commit 9c41ed9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
@@ -0,0 +1,3 @@
language: node_js
node_js:
- "node"

0 comments on commit 9c41ed9

Please sign in to comment.