Skip to content

Commit

Permalink
add .drone.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagopnts committed Jul 23, 2014
1 parent 4b5b9d8 commit 81528bb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
image: node0.10
script:
- sudo start xvfb
- npm update -g npm
- npm -d install --silent
- npm test

0 comments on commit 81528bb

Please sign in to comment.