Skip to content

Commit bdfb9f0

Browse files
authored
Merge pull request #168 from vidartf/r90
Update three.js to r90 + various fixes
2 parents 5b4874d + 9565783 commit bdfb9f0

18 files changed

+11512
-1904
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ script:
3030
make html || EXIT_STATUS=$?
3131
make linkcheck || EXIT_STATUS=$?
3232
cd ..
33-
python -m pytest_check_links || EXIT_STATUS=$?
33+
python -m pytest_check_links || EXIT_STATUS=$? ;
3434
(exit $EXIT_STATUS)
3535
fi

0 commit comments

Comments
 (0)