Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into hotfix
Browse files Browse the repository at this point in the history
# Conflicts:
#	application.properties
  • Loading branch information
charvolant committed Sep 8, 2021
2 parents 79a9286 + fd68ddf commit 0d51918
Show file tree
Hide file tree
Showing 231 changed files with 14,160 additions and 17,556 deletions.
191 changes: 0 additions & 191 deletions .gitchangelog.rc

This file was deleted.

20 changes: 14 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
.slcache

out
*.iml
target
Thumbs.db
.DS_Store
.gradle
build/
target/
.idea

*.iml
*.ipr
*.iws
.project
.settings
.classpath
.slcache
/logs/
out/
24 changes: 13 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,25 @@
dist: trusty
language: groovy
jdk:
- oraclejdk7
- oraclejdk8
sudo: false
branches:
only:
- master
- hotfix
before_install:
- wget -q https://raw.githubusercontent.com/AtlasOfLivingAustralia/travis-build-configuration/master/ala_common.sh
- chmod +x ala_common.sh
- source ./ala_common.sh
- develop
- 1.4.2.1
before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
- rm -fr $HOME/.gradle/caches/*/plugin-resolution/

- ala_travis_grails_setup_env

script:
- ala_travis_grails_test
cache:
directories:
- $HOME/.m2
- $HOME/.gradle/caches/
- $HOME/.gradle/wrapper/

after_success:
- ala_travis_grails_deploy
- '[ "${TRAVIS_PULL_REQUEST}" = "false" ] && travis_retry ./gradlew publish'

env:
global:
Expand Down
Loading

0 comments on commit 0d51918

Please sign in to comment.