Skip to content

Commit

Permalink
Travis CI: Use Python 3 to configure build
Browse files Browse the repository at this point in the history
Python 2 doesn't support nanosecond timestamps properly (see ninja-build#1554).
  • Loading branch information
jhasse committed Aug 19, 2019
1 parent 0dfa8a4 commit ae3130c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ae3130c

Please sign in to comment.