diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2019-07-03 13:24:16 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2019-07-03 13:24:16 (GMT) |
commit | 9740bc1662db3beed8dc2d713d623279a9ceb7da (patch) | |
tree | a28ae9b93981307146ffb32843db142864fe4d17 /.travis.yml | |
parent | 8751d32304e4dd09c8f1dc3e4d815c998c265851 (diff) | |
download | tcl-9740bc1662db3beed8dc2d713d623279a9ceb7da.zip tcl-9740bc1662db3beed8dc2d713d623279a9ceb7da.tar.gz tcl-9740bc1662db3beed8dc2d713d623279a9ceb7da.tar.bz2 |
There are no cats in America, and no tabs in YAML files
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 20f60f0..5b19812 100644 --- a/.travis.yml +++ b/.travis.yml @@ -160,8 +160,8 @@ matrix: - os: windows env: - BUILD_DIR=win - - NO_DIRECT_CONFIGURE=1 - - MAKE="nmake -f makefile.vc" + - NO_DIRECT_CONFIGURE=1 + - MAKE="nmake -f makefile.vc" before_install: - export ERROR_ON_FAILURES=1 |