Skip to content
Snippets Groups Projects
Commit f9ad08c9 authored by Ryan Smith's avatar Ryan Smith Committed by GitHub
Browse files

Merge pull request #150 from xAPI-vle/auto-release

Fixes releases in version file generation.
parents efab7a3a aaae934f
No related branches found
No related tags found
No related merge requests found
...@@ -19,6 +19,8 @@ env: ...@@ -19,6 +19,8 @@ env:
before_install: before_install:
- echo $TRAVIS_PHP_VERSION - echo $TRAVIS_PHP_VERSION
- echo "Travis tag $TRAVIS_TAG"
- echo "Travis branch $TRAVIS_BRANCH"
- composer install --no-interaction - composer install --no-interaction
- phpenv config-rm xdebug.ini - phpenv config-rm xdebug.ini
- nvm install 8 - nvm install 8
......
release=$(echo "${TRAVIS_TAG//v}") release="$TRAVIS_BRANCH"
year=$(date +"%Y") year=$(date +"%Y")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment