summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Niklas Hasse <jhasse@bixense.com>2019-08-19 09:57:56 +0200
committerGitHub <noreply@github.com>2019-08-19 09:57:56 +0200
commit330cabc63dfc868f471c6e99c3c8fc7f445413e6 (patch)
tree1beffdfecff89bf4013a4b63de1944af463a750c
parent0dfa8a48eb9308a95d5574aa1786700b2cb4ece3 (diff)
downloadninja-travis-ci-python-3.tar.gz
Travis CI: Use Python 3 to configure buildtravis-ci-python-3
Python 2 doesn't support nanosecond timestamps properly (see #1554).
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index e874076..cffa8b3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -31,7 +31,7 @@ before_install:
- if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then choco install re2c python ; fi
script:
- ./misc/ci.py
- - ./configure.py --bootstrap
+ - python3 configure.py --bootstrap
- ./ninja all
- ./ninja_test --gtest_filter=-SubprocessTest.SetWithLots
- ./misc/ninja_syntax_test.py