Skip to content

Commit

Permalink
fix deb dowload + tag
Browse files Browse the repository at this point in the history
  • Loading branch information
nxadm committed Mar 19, 2018
1 parent 14b0e61 commit cd506a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ env:
- MOARVM_VERSION="2018.03"
- REVISION="01"
- PATH=/opt/rakudo-pkg/bin:$PATH
- RAKUDO_DEB="https://github.com/nxadm/rakudo-pkg/releases/download/v2018.01/rakudo-pkg-Ubuntu14.04_2018.02.1-01_amd64.deb"
- RAKUDO_DEB="https://github.com/nxadm/rakudo-pkg/releases/download/v2018.02.1/rakudo-pkg-Ubuntu14.04_2018.02.1-01_amd64.deb"
matrix:
- OS=alpine ARCH=amd64 VERSION=3.6
- OS=alpine ARCH=amd64 VERSION=3.7
Expand Down Expand Up @@ -43,4 +43,4 @@ deploy:
tags: true
branches:
only:
- /^v\d+\.\d+$/
- /^v20\d{2}\.\d{2}(\.\d+)?-\d+$/

0 comments on commit cd506a3

Please sign in to comment.