Browse Source

travis: fix bad rename and missed file from https://trac.osgeo.org/grass/changeset/70484

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@70485 15284696-431f-4ddb-bdfa-cd5b030d7da7
Vaclav Petras 8 years ago
parent
commit
6646814e29
2 changed files with 3 additions and 3 deletions
  1. 3 3
      .travis.yml
  2. 0 0
      .travis/linux.before_install.sh

+ 3 - 3
.travis.yml

@@ -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:

.travis/linux_before.install.sh → .travis/linux.before_install.sh