Skip to content

Commit 7a3dc3c

Browse files
authored
Merge pull request #2 from edinc/travis
travis
2 parents a477f08 + d9975a0 commit 7a3dc3c

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.travis.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
os: osx
2+
language: java
3+
sudo: required
4+
5+
env:
6+
- MOZ_HEADLESS=1
7+
addons:
8+
firefox: latest
9+
10+
script:
11+
- mvn clean test -Dspring.profiles.active=live -Dcountry=com -Dbrowser=firefox -Dmode=headless
12+
13+
notifications:
14+
slack: tehnografija:yGLRFooashh7wutsGmMQFxou

0 commit comments

Comments
 (0)