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

git:
  submodules: true

python:
  - "3.5"

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