Skip to content

Commit

Permalink
Create .travis.yml
Browse files Browse the repository at this point in the history
Introduce Travis CI and Docker support
  • Loading branch information
liuqun committed Jul 19, 2018
1 parent 1d023b9 commit 9f617a6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
sudo: required
services:
- docker
language: bash
install:
- docker run --rm hello-world
script:
- echo "Done!"

0 comments on commit 9f617a6

Please sign in to comment.