Skip to content
This repository was archived by the owner on Oct 26, 2024. It is now read-only.

Commit 410ba5d

Browse files
committed
Add travis build
Remove missing variable
1 parent 31a7548 commit 410ba5d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.travis.yml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
language: java
2+
install: cd backend && mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V
3+
script: mvn install
4+
jdk:
5+
- oraclejdk8
6+
notifications:
7+
slack: javabin:QD1HROpon5bu8WAOotb5o8IO

backend/deploy.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ if [ "${2}" == "debug" ]; then
4949
exit 0
5050
fi
5151

52-
echo "> Deploying ${version_with_git_rev} to ${beanstalk_env}"
52+
echo "> Deploying submit to ${beanstalk_env}"
5353
eb deploy "${beanstalk_env}"
5454

5555
echo "> Deleting app.zip"

0 commit comments

Comments
 (0)