Skip to content
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.

Commit

Permalink
Update Travis CI to the latest validator
Browse files Browse the repository at this point in the history
  • Loading branch information
lexaknyazev committed Oct 19, 2018
1 parent e29ef1d commit 1c0af37
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: dart
dart:
- "2.0.0-dev.62.0"
before_script: wget https://github.com/KhronosGroup/glTF-Validator/raw/snapshot/gltf_validator.snapshot
script: dart --no_background_compilation gltf_validator.snapshot -r -p -a ./2.0/
- "2.1.0-dev.7.1"
before_script: wget https://github.khronos.org/glTF-Validator/gltf_validator_linux64.snapshot
script: dart --no_background_compilation gltf_validator_linux64.snapshot -r -p -a ./2.0/

0 comments on commit 1c0af37

Please sign in to comment.