aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-04-16 10:20:18 -0400
committerAlex Gaynor <alex.gaynor@gmail.com>2014-04-16 10:20:18 -0400
commit857a4be51ea197e437c7deb4fff0632fd102db44 (patch)
tree1552cea1ef8cb56631269e8f31991e9d341db579 /.travis.yml
parent182825a138f0a565939c20fcf9d97f15945dbd30 (diff)
downloadcryptography-857a4be51ea197e437c7deb4fff0632fd102db44.tar.gz
cryptography-857a4be51ea197e437c7deb4fff0632fd102db44.tar.bz2
cryptography-857a4be51ea197e437c7deb4fff0632fd102db44.zip
Try running the OS X builds first and see if it's faster
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 6a235140..b6fd6bd1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,7 @@
language: c
os:
- - linux
- osx
+ - linux
compiler:
- clang
- gcc