Skip to content

Commit

Permalink
Problem: too many CI builds
Browse files Browse the repository at this point in the history
Solution: remove libsodium and no curve builds from cmake and android
  • Loading branch information
bluca committed Feb 12, 2016
1 parent 930a244 commit 9a6e104
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .travis.yml
Expand Up @@ -7,15 +7,11 @@ os:
- osx

env:
- BUILD_TYPE=default CURVE=libsodium
- BUILD_TYPE=android CURVE=libsodium
- BUILD_TYPE=cmake CURVE=libsodium
- BUILD_TYPE=default CURVE=tweetnacl
- BUILD_TYPE=android CURVE=tweetnacl
- BUILD_TYPE=cmake CURVE=tweetnacl
- BUILD_TYPE=default CURVE=libsodium
- BUILD_TYPE=default
- BUILD_TYPE=android
- BUILD_TYPE=cmake

sudo: false

Expand Down

0 comments on commit 9a6e104

Please sign in to comment.