Skip to content

Commit

Permalink
Fix Travis builds
Browse files Browse the repository at this point in the history
Following renaming of build-scripts/ dir, I forgot to update .travis.yml
  • Loading branch information
dregad committed May 2, 2020
1 parent 2b13777 commit 9267633
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -17,10 +17,10 @@ before_install:
- if php -r "exit( (int)! version_compare( '$TRAVIS_PHP_VERSION', '7.0', '>=' ) );"; then mkdir -p ~/bin && wget -O ~/bin/phpunit https://phar.phpunit.de/phpunit-5.7.phar && chmod +x ~/bin/phpunit; fi

before_script:
- ./build-scripts/travis_before_script.sh
- ./build/travis_before_script.sh

script:
- ./build-scripts/travis_script.sh
- ./build/travis_script.sh

# -----------------------------------------------------------------------------
# What to build, and on which platforms
Expand Down
2 changes: 1 addition & 1 deletion build/README.md
Expand Up @@ -7,7 +7,7 @@
These steps typically happen from developer's machine.

```bash
php -q ./build-scripts/check_lineterm.php -c
php -q ./build/check_lineterm.php -c
```

- Update to `MANTIS_VERSION` in `core/constant_inc.php`
Expand Down
2 changes: 1 addition & 1 deletion build/buildrelease.py
Expand Up @@ -36,7 +36,7 @@
"mc_config_inc.php",
# Directories
"docbook/",
"build-scripts/"
"build-scripts/"
"javascript/dev/",
"packages/",
"phing/",
Expand Down

0 comments on commit 9267633

Please sign in to comment.