aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 2697f905c92348a7c75bc4a3c3fd6699e90a03b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
os: linux

language: c

git:
  submodules: true

python:
  - "3.7"

env:
  - LANG=en_US.UTF-8

script: make all && cd minishell_test && python3 main.py; cat result.log