Skip to content

Commit

Permalink
📝 Updated .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Gjacquenot committed Dec 23, 2019
1 parent fa4b0eb commit f9f1047
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
sudo: required
os: linux
language: minimal
services:
- docker
before_install:
- echo "Before install"
before_script:
- echo "Before script"
script:
- docker build -t osm .
- make build
- make test
- make stop
after_script:
- docker images
after_success:
Expand Down

0 comments on commit f9f1047

Please sign in to comment.