From 2bc02adfe1c57db72e618b235775d47193f81114 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Trung=20L=C3=AA?= Date: Tue, 28 Jan 2020 09:41:10 +1100 Subject: [PATCH] Tell Travis to test against the current branch's latest commit --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 812874f..288ea3b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ language: c -script: asdf plugin-test ruby https://github.com/asdf-vm/asdf-ruby.git +script: asdf plugin test ruby . --asdf-plugin-gitref $TRAVIS_BRANCH ruby -v before_script: - if [ "$TRAVIS_OS_NAME" = "osx" ]; then export TRUFFLERUBY_RECOMPILE_OPENSSL=false; fi - git clone https://github.com/asdf-vm/asdf.git -- GitLab