Skip to content

Commit

Permalink
[build] Build grammar tables on Travis too.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Chu committed Jun 4, 2019
1 parent 13643a1 commit a0a5672
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build/dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,9 @@ minimal() {
asdl/run.sh gen-typed-demo-asdl
asdl/run.sh gen-typed-arith-asdl

# Needed on Travis.
grammar

pylibc
line-input
}
Expand All @@ -196,7 +199,6 @@ grammar() {
all() {
minimal
fastlex
grammar
}

"$@"

0 comments on commit a0a5672

Please sign in to comment.