Skip to content

Commit 2d233e2

Browse files
authored
Merge pull request #1579 from grails/deleteTravisConfig
Remove Travis Configuration and Checks
2 parents d697c3e + b396fec commit 2d233e2

File tree

8 files changed

+1
-349
lines changed

8 files changed

+1
-349
lines changed

.travis.yml

Lines changed: 0 additions & 43 deletions
This file was deleted.

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ buildscript {
1212

1313
ext {
1414
// overall project version
15-
isCiBuild = System.getenv().get("TRAVIS") == 'true' || System.getenv().get("CI") as Boolean
15+
isCiBuild = System.getenv().get("CI") as Boolean
1616
isSnapshot = project.projectVersion.endsWith("-SNAPSHOT")
1717
isReleaseVersion = !isSnapshot
1818

grails-datastore-gorm-tck/src/main/groovy/grails/gorm/tests/DetachedCriteriaSpec.groovy

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,6 @@ class DetachedCriteriaSpec extends GormDatastoreSpec {
8383
criteria.asBoolean() == true
8484
}
8585

86-
// Ignore on Travis infrastructure which doesn't support MongoDB 26
87-
@IgnoreIf({ System.getenv("TRAVIS")})
8886
void "Test updateAll method"() {
8987
given:"A bunch of people"
9088
createPeople()

travis-build.sh

Lines changed: 0 additions & 23 deletions
This file was deleted.

travis-publish.sh

Lines changed: 0 additions & 95 deletions
This file was deleted.

travis/junit-errors-to-stdout.sh

Lines changed: 0 additions & 26 deletions
This file was deleted.

travis/junit-xml-format-errors.xsl

Lines changed: 0 additions & 60 deletions
This file was deleted.

travis/travis_after_all.py

Lines changed: 0 additions & 99 deletions
This file was deleted.

0 commit comments

Comments
 (0)