Skip to content
Snippets Groups Projects
Unverified Commit d34404bc authored by Rhys Arkins's avatar Rhys Arkins Committed by GitHub
Browse files

fix: travis ignore version tags (#1225)

Ignore version tags on Travis
parent e96d7454
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,8 @@ node_js:
sudo: false
if: tag IS blank
before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash
- export PATH="$HOME/.yarn/bin:$PATH"
......
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