Skip to content

Commit 8852797

Browse files
committed
Add initial .travis.yml
1 parent 21ab538 commit 8852797

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.travis.yml

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
language: bash
2+
3+
# for secret experimental features ;)
4+
sudo: 9000
5+
6+
install:
7+
- git clone https://github.com/docker-library/official-images.git ~/official-images
8+
9+
before_script:
10+
- env | sort
11+
- image='sentry'
12+
13+
script:
14+
- docker build -t "$image" .
15+
- ~/official-images/test/run.sh "$image"
16+
17+
after_script:
18+
- docker images
19+
20+
# vim:set et ts=2 sw=2:

0 commit comments

Comments
 (0)