aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2019-07-12 12:03:42 +0200
committerPatrick Spek <Tyil@users.noreply.github.com>2019-07-12 12:16:27 +0200
commit67f036c37e062e2c864e35b1fe06b51e74eb523d (patch)
tree0886e95542eb3409389dc355850fb47245919051 /.travis.yml
parentb704d0c66f5a402233aed691527d8b26d7befed6 (diff)
Good ol' Travis needs some love too
The build for 2018.12 is disabled, as it seems there's a missing package for Ubuntu 16.04 64bit.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 5 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index ac72daf..293746e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,15 +4,18 @@ env:
global:
- PATH=/opt/rakudo-pkg/bin:$PATH
matrix:
+ - VERSION=2019.03.1-03
+ #- VERSION=2018.12-01 TAG=v2018.12
+ - VERSION=2018.09-02
+ - VERSION=2018.06-01
- VERSION=2018.03-01
- - VERSION=2018.02.1-01 TAG=v2018.02.1
os:
- linux
before_install:
- cd $(mktemp -d)
- - wget "https://github.com/nxadm/rakudo-pkg/releases/download/${TAG:-v${VERSION}}/rakudo-pkg-Ubuntu14.04_${VERSION}_amd64.deb" && sudo dpkg -i *.deb
+ - wget "https://github.com/nxadm/rakudo-pkg/releases/download/${TAG:-v${VERSION}}/rakudo-pkg-Ubuntu16.04_${VERSION}_amd64.deb" && sudo dpkg -i *.deb
- cd ${TRAVIS_BUILD_DIR}
install: