Skip to content

Commit 8fecd35

Browse files
authored
Merge pull request #924 from pgRouting/release/2.5
Pre-Release/2.5.0-alpha
2 parents b4c291b + 9956023 commit 8fecd35

File tree

2,156 files changed

+393273
-150203
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,156 files changed

+393273
-150203
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@ build
33
fix_typos
44
code_linter
55

6+
tools/template/mycreate.sh
7+
*.sh
68
.DS_Store
79
.vagrant
810
tools/vagrant/packaging.sh
9-
*.mo
11+
tools/testers/pg_prove_dijkstraTRSP_tests.sh
1012
.directory
1113
notUsed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# ------------------------------------------------------------------------------
2-
# Travis CI scripts
2+
# Travis CI scripts
33
# Copyright(c) pgRouting Contributors
44
#
55
# Main configuration
@@ -71,12 +71,12 @@ before_script:
7171
- ./tools/travis/check-extensions.sh $POSTGRESQL_VERSION ___pgr___test___
7272

7373

74-
script:
74+
script:
7575
- ./tools/travis/pgrouting_build.sh $POSTGRESQL_VERSION $POSTGIS_VERSION
7676
# tests as part of script so if a test fails the build fails
7777
- ./tools/testers/pg_prove_tests.sh $PG_USER DEBUG
7878

79-
after_script:
79+
#after_script:
8080
- ./tools/travis/pgrouting_test.sh $POSTGRESQL_VERSION $PG_USER -ignorenotice
8181

8282
#after_success:

0 commit comments

Comments
 (0)