Skip to content

Commit

Permalink
fix: try again to get build back
Browse files Browse the repository at this point in the history
  • Loading branch information
sirkon committed Aug 14, 2020
1 parent 061919d commit f6feaad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go:
- 1.14.x

install:
- go get -v -d -t github.com/sirkon/ldetool
- git clone https://github.com/sirkon/ldetool.git

script:
- make test
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
test:
PATH=${GOPATH}/bin:${PATH}
go install
go generate github.com/sirkon/ldetool/testing
cd ldetool && go install
cd ldetool && go generate ./testing
which ldetool
go test -test.v github.com/sirkon/ldetool/testing
cd ldetool && go test -test.v ./testing

grammar:
antlr4 -no-visitor -listener -o internal/parser -Dlanguage=Go LDE.g4

0 comments on commit f6feaad

Please sign in to comment.