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

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

Changes build order.
parents 3d946bb7 9e406e7c
No related branches found
No related tags found
No related merge requests found
...@@ -6,9 +6,9 @@ cache: ...@@ -6,9 +6,9 @@ cache:
- $HOME/.composer/cache - $HOME/.composer/cache
php: php:
- 5.6
- 7.0
- 7.1 - 7.1
- 7.0
- 5.6
env: env:
global: global:
...@@ -52,8 +52,7 @@ after_success: ...@@ -52,8 +52,7 @@ after_success:
git fetch --tags; git fetch --tags;
npm i semantic-release; npm i semantic-release;
npm i last-release-git; npm i last-release-git;
./node_modules/.bin/semantic-release pre; ./node_modules/.bin/semantic-release pre && ./node_modules/.bin/semantic-release post;
./node_modules/.bin/semantic-release post;
fi fi
before_deploy: before_deploy:
......
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