Skip to content

Commit

Permalink
remove travis CI (#351)
Browse files Browse the repository at this point in the history
* check go version

* run $ go test ./...

* remove travis CI
  • Loading branch information
lgarithm committed Jun 24, 2021
1 parent 68e4334 commit 6669f33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 53 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Expand Up @@ -23,13 +23,15 @@ jobs:
- run: |
nproc
echo $PATH
go version
# C++ tests
- run: ./configure --build-tests --build-gtest
- run: make
- run: make test

# Go tests
- run: go test ./...
- run: GOBIN=$PWD/bin go install -v ./...
- run: ./scripts/tests/run-integration-tests.sh
- run: |
Expand Down
53 changes: 0 additions & 53 deletions .travis.yml

This file was deleted.

0 comments on commit 6669f33

Please sign in to comment.