From db65678f5e0a2b9ea72097a133479099236ff9a9 Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Wed, 8 May 2019 14:06:29 +0200 Subject: [PATCH] Setup glTF-Validator --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e703c48906..71c37b240e 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 ./ script: - pwd