We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e45a1f commit b8ed6e0Copy full SHA for b8ed6e0
1 file changed
.travis.yml
@@ -0,0 +1,10 @@
1
+language: c
2
+before_install:
3
+ - sudo apt-get update -qq
4
+ - sudo apt-get install -qq check
5
+ - wget -q -O /tmp/libsodium.deb http://download.dnscrypt.org/libsodium/releases/libsodium_0.3+fpm0_i386.deb
6
+ - sudo dpkg -i /tmp/libsodium.deb
7
+script: ./autogen.sh && ./configure && make check
8
+compiler:
9
+ - clang
10
+ - gcc
0 commit comments