From 330cabc63dfc868f471c6e99c3c8fc7f445413e6 Mon Sep 17 00:00:00 2001 From: Jan Niklas Hasse Date: Mon, 19 Aug 2019 09:57:56 +0200 Subject: Travis CI: Use Python 3 to configure build Python 2 doesn't support nanosecond timestamps properly (see #1554). --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1