Skip to content

Commit

Permalink
Also upgrade build scripts to php7
Browse files Browse the repository at this point in the history
  • Loading branch information
mducharme committed Apr 20, 2020
1 parent 6b6804c commit 1e0e225
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/travis/apigen_ghpages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# echo "TRAVIS_BRANCH: $TRAVIS_BRANCH"
# echo "TRAVIS_BUILD_NUMBER: $TRAVIS_BUILD_NUMBER"

if [ "$TRAVIS_REPO_SLUG" == "locomotivemtl/charcoal-view" ] && [ "$TRAVIS_PULL_REQUEST" == "false" ] && [ "$TRAVIS_PHP_VERSION" == "5.6" ]; then
if [ "$TRAVIS_REPO_SLUG" == "locomotivemtl/charcoal-view" ] && [ "$TRAVIS_PULL_REQUEST" == "false" ] && [ "$TRAVIS_PHP_VERSION" == "7.3" ]; then

echo -e "Publishing ApiGen to GitHub Pages...\n";

Expand Down
2 changes: 1 addition & 1 deletion build/travis/phpdoc_ghpages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# echo "TRAVIS_BRANCH: $TRAVIS_BRANCH"
# echo "TRAVIS_BUILD_NUMBER: $TRAVIS_BUILD_NUMBER"

if [ "$TRAVIS_REPO_SLUG" == "locomotivemtl/charcoal-view" ] && [ "$TRAVIS_PULL_REQUEST" == "false" ] && [ "$TRAVIS_PHP_VERSION" == "5.6" ]; then
if [ "$TRAVIS_REPO_SLUG" == "locomotivemtl/charcoal-view" ] && [ "$TRAVIS_PULL_REQUEST" == "false" ] && [ "$TRAVIS_PHP_VERSION" == "7.3" ]; then

echo -e "Publishing PHPDoc to GitHub Pages...\n"

Expand Down

0 comments on commit 1e0e225

Please sign in to comment.