Skip to content

Commit

Permalink
Decomm travis
Browse files Browse the repository at this point in the history
As it is not used anymore.
  • Loading branch information
mougams committed Aug 22, 2024
1 parent 81007d5 commit e75954b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 19 deletions.
7 changes: 6 additions & 1 deletion .github/scripts/build_and_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,15 @@ set -e
sudo curl -Lo /usr/bin/docker-compose https://github.com/docker/compose/releases/download/v2.23.3/docker-compose-linux-x86_64
sudo chmod 755 /usr/bin/docker-compose
go run .github/scripts/prepare/main.go
echo "ONE"
sleep 20
echo "TWO"

go test tests/*.go
echo "THREE"
result=$?
echo "FOUR"

go run .github/scripts/cleanup/main.go
exit $result
echo "FIVE"
exit $result
18 changes: 0 additions & 18 deletions .travis.yml

This file was deleted.

0 comments on commit e75954b

Please sign in to comment.