aboutsummaryrefslogtreecommitdiff
path: root/lib/Utils.Cryptography/argon2/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Utils.Cryptography/argon2/.travis.yml')
-rw-r--r--lib/Utils.Cryptography/argon2/.travis.yml25
1 files changed, 0 insertions, 25 deletions
diff --git a/lib/Utils.Cryptography/argon2/.travis.yml b/lib/Utils.Cryptography/argon2/.travis.yml
deleted file mode 100644
index 265fc48..0000000
--- a/lib/Utils.Cryptography/argon2/.travis.yml
+++ /dev/null
@@ -1,25 +0,0 @@
-language: c
-
-compiler:
- - clang
- - gcc
-
-os:
- - linux
- - osx
-
-# Clang on Linux needs to run in a VM to use ASAN.
-# See: https://github.com/travis-ci/travis-ci/issues/9033
-matrix:
- exclude:
- - compiler: clang
- os: linux
- include:
- - compiler: clang
- os: linux
- sudo: true
-
-script: make && make testci
-
-after_success:
- - bash <(curl -s https://codecov.io/bash)