mirror of
https://github.com/microsoft/GSL.git
synced 2024-11-03 17:56:43 -05:00
Exclude asm branches from travis
This commit is contained in:
parent
e7335e396b
commit
dbb3e8d8c6
@ -1,5 +1,9 @@
|
|||||||
# Based on https://github.com/ldionne/hana/blob/master/.travis.yml
|
# Based on https://github.com/ldionne/hana/blob/master/.travis.yml
|
||||||
|
|
||||||
|
branches:
|
||||||
|
except:
|
||||||
|
- /asm.*/
|
||||||
|
|
||||||
language: cpp
|
language: cpp
|
||||||
sudo: false
|
sudo: false
|
||||||
notifications:
|
notifications:
|
||||||
|
Loading…
Reference in New Issue
Block a user