Skip to content
This repository has been archived by the owner on Feb 14, 2021. It is now read-only.

Commit

Permalink
Update travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgpz committed Jan 21, 2020
1 parent b89571e commit 663e4ec
Showing 1 changed file with 16 additions and 5 deletions.
21 changes: 16 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,19 @@ python:
install:
- pip install -r requirements.txt
# command to run tests
script:
- cd src
- make clean
- make
- make test
jobs:
include:
- stage: "Lexer"
name: "Lexer"
script:
- cd src
- make clean
- make
- make test TAG=lexer
- stage: "Parser"
name: "Parser"
script:
- cd src
- make clean
- make
- make test TAG=parser

0 comments on commit 663e4ec

Please sign in to comment.