aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 77d2f7a204029e620dba738d66392f0222a58339 (plain)
1
2
3
4
5
6
7
8
9
language: c

git:
  submodules: true

python:
  - "3.7"

script: make all && cd minishell_test && python3 main.py