From 92b7ca15cf866b011cd4e62944f8b672ad616e2a Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Wed, 8 May 2019 14:12:40 +0200 Subject: [PATCH] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 71c37b240e..2efc0035de 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,7 +21,7 @@ install: - sudo sh -c 'curl https://storage.googleapis.com/download.dartlang.org/linux/debian/dart_stable.list > /etc/apt/sources.list.d/dart_stable.list' - sudo apt-get update -qq && sudo apt-get install -y dart - export PATH=$PATH:/usr/lib/dart/bin:$USER/.pub-cache/bin - - git clone https://github.com/KhronosGroup/glTF-Validator && cd glTF-Validator && pub get && pub global activate --source path ./ + - git clone https://github.com/KhronosGroup/glTF-Validator && pushd glTF-Validator && pub get && pub global activate --source path ./ && popd script: - pwd