Skip to content

Commit

Permalink
Use JSON for travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
leo committed Sep 22, 2016
1 parent c472b13 commit 39771b7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
@@ -1,5 +1,5 @@
language: node_js
sudo: false
node_js: node
git:
depth: 1
{
"language": "node_js",
"sudo": false,
"node_js": "node"
}

0 comments on commit 39771b7

Please sign in to comment.