Skip to content

Commit

Permalink
Use JSON for Travis CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
leo committed Oct 25, 2016
1 parent a093bf6 commit 32063f2
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
language: node_js
sudo: false
node_js: node
git:
depth: 1
{
"language": "node_js",
"node_js": "node"
}

0 comments on commit 32063f2

Please sign in to comment.