Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vsoftco committed Dec 4, 2019
1 parent e50300a commit e99b8e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@ matrix:

notifications:
email: false

script:
# Run the examples
- go run examples/kem/kem.go
- go run examples/rand/rand.go
- go run examples/sig/sig.go

# Run the unit tests
- go test -v oqstests/*

0 comments on commit e99b8e7

Please sign in to comment.