Compare commits

...

1 Commits

Author SHA1 Message Date
Adam Retter
2e0c3b293c Add Arm64 builds to Travis 2019-10-16 11:38:15 +01:00

View File

@ -3,6 +3,9 @@ language: cpp
os:
- linux
- osx
arch:
- amd64
- arm64
compiler:
- clang
- gcc