Skip to content

Commit

Permalink
Create .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
siomiz committed Mar 11, 2016
1 parent 25ec070 commit e61cec0
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
sudo: required

language: node_js

services:
- docker

before_install:
- docker build -t siomiz/syncthing .

install: true

script:
- docker run siomiz/syncthing echo "[Travis CI OK]"

0 comments on commit e61cec0

Please sign in to comment.