Skip to content

Commit d9975a0

Browse files
committed
Added travis.yaml
1 parent a477f08 commit d9975a0

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)