Browse Source

updated CI to test with -tags noasm

Pierre Curto 6 years ago
parent
commit
062282ea0d
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .travis.yml

+ 2 - 0
.travis.yml

@@ -20,3 +20,5 @@ sudo: false
 script: 
  - go test -v -cpu=2
  - go test -v -cpu=2 -race
+ - go test -v -cpu=2 -tags noasm
+ - go test -v -cpu=2 -race -tags noasm