aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 0d0aa72bfeb74001ef64e20eea0ffc3f9d78b8c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
language: c

sudo: required

before_install:
  - chmod +x before_install.sh
  - ./before_install.sh
  
script:
  - chmod +x script.sh
  - ./script.sh