Skip to content

Commit

Permalink
travis: fix bad rename and missed file from https://trac.osgeo.org/gr…
Browse files Browse the repository at this point in the history
…ass/changeset/70484

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@70485 15284696-431f-4ddb-bdfa-cd5b030d7da7
  • Loading branch information
wenzeslaus committed Feb 4, 2017
1 parent 7cb85fa commit 6646814
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ env:
- CFLAGS="-Werror=implicit-function-declaration"

before_install:
- ./.travis/.travis.$TRAVIS_OS_NAME.before_install.sh
- ./.travis/$TRAVIS_OS_NAME.before_install.sh

install:
- ./.travis/.travis.$TRAVIS_OS_NAME.install.sh
- ./.travis/$TRAVIS_OS_NAME.install.sh

script:
- ./.travis/.travis.$TRAVIS_OS_NAME.script.sh
- ./.travis/$TRAVIS_OS_NAME.script.sh

notifications:
email:
Expand Down
File renamed without changes.

0 comments on commit 6646814

Please sign in to comment.