Skip to content

Commit f8f091b

Browse files
author
Damian Staszewski
committed
added deploy dir
1 parent 0b8f2ed commit f8f091b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ cache:
99
- ~/.m2/repository
1010

1111
before_install:
12-
- chmod +x ./deploying/*.sh
13-
- ./deploying/pre-deploy.sh
12+
- chmod +x $TRAVIS_BUILD_DIR/deploying/*.sh
13+
- $TRAVIS_BUILD_DIR/deploying/pre-deploy.sh
1414
install:
1515
- mvn install -P !build-extras -DskipTests=true -Dmaven.javadoc.skip=true -B
1616
- mvn dependency:go-offline -P !build-extras -DskipTests=true -Dmaven.javadoc.skip=true -B
1717
script:
1818
- mvn test -P !build-extras -B
1919

2020
after_success:
21-
- ./deploying/deploy.sh
21+
- $TRAVIS_BUILD_DIR/deploying/deploy.sh

0 commit comments

Comments
 (0)