CI: Travis: add: os: add notes

M  .travis.yml
This commit is contained in:
Anton-Latukha 2020-05-27 17:12:14 +03:00
parent 691d947f3c
commit cb4f294f4b
No known key found for this signature in database
GPG key ID: 3D84C07E91802E41

View file

@ -1,6 +1,3 @@
os:
- linux
- osx
language: nix
@ -11,6 +8,11 @@ git:
# when a new commit has been pushed to a branch before the CI
# platform started cloning the intended commit."
# NOTE: {os} x {jobs} - {exclude} = {build matrix}
os:
- linux
- osx
env:
global:
- ALL_TESTS=yes