Update .travis.yml

This commit is contained in:
Thomas Krijnen
2019-05-08 14:12:40 +02:00
committed by GitHub
parent db65678f5e
commit 92b7ca15cf
+1 -1
View File
@@ -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