diff options
| author | Brent Cook <bcook@openbsd.org> | 2015-01-31 22:17:39 -0600 |
|---|---|---|
| committer | Brent Cook <bcook@openbsd.org> | 2015-01-31 22:17:39 -0600 |
| commit | 5ea47a8fa209499349d58e3b7d4f74e0f49cf7c3 (patch) | |
| tree | 09f0f6e7a6b00a1b9359762605d17d90adb9fc75 | |
| parent | dd7ed132ee4e8f25ea02f4df88ec9545b8d6ebae (diff) | |
| download | portable-5ea47a8fa209499349d58e3b7d4f74e0f49cf7c3.tar.gz portable-5ea47a8fa209499349d58e3b7d4f74e0f49cf7c3.tar.bz2 portable-5ea47a8fa209499349d58e3b7d4f74e0f49cf7c3.zip | |
fix whitespace in yml
| -rw-r--r-- | .travis.yml | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/.travis.yml b/.travis.yml index 56b82da..5c782bd 100644 --- a/.travis.yml +++ b/.travis.yml | |||
| @@ -12,23 +12,23 @@ env: | |||
| 12 | matrix: | 12 | matrix: |
| 13 | include: | 13 | include: |
| 14 | - compiler: clang | 14 | - compiler: clang |
| 15 | os: osx | 15 | os: osx |
| 16 | env: ARCH=native | 16 | env: ARCH=native |
| 17 | - compiler: gcc | 17 | - compiler: gcc |
| 18 | os: osx | 18 | os: osx |
| 19 | env: ARCH=native | 19 | env: ARCH=native |
| 20 | - compiler: clang | 20 | - compiler: clang |
| 21 | os: linux | 21 | os: linux |
| 22 | env: ARCH=native | 22 | env: ARCH=native |
| 23 | - compiler: gcc | 23 | - compiler: gcc |
| 24 | os: linux | 24 | os: linux |
| 25 | env: ARCH=native | 25 | env: ARCH=native |
| 26 | - compiler: gcc | 26 | - compiler: gcc |
| 27 | os: linux | 27 | os: linux |
| 28 | env: ARCH=mingw32 | 28 | env: ARCH=mingw32 |
| 29 | - compiler: gcc | 29 | - compiler: gcc |
| 30 | os: linux | 30 | os: linux |
| 31 | env: ARCH=mingw64 | 31 | env: ARCH=mingw64 |
| 32 | 32 | ||
| 33 | script: | 33 | script: |
| 34 | "./scripts/travis" | 34 | "./scripts/travis" |
