we should be able to publish the page from main branch
[CppCoreGuidelines.git] / .travis.yml
blob4de6f81def524741e430b93559f3fbf19d0756d3
1 # This is the configuration for Travis CI, a free github-integrated service that runs this script for each pull request (if configured)
3 # provides gcc, clang, make, scons, cmake
4 language: c++
6 # alternatives: gcc, clang, or both (as yaml list)
7 compiler: clang
9 addons:
10   apt:
11     packages:
12     - hunspell
14 install:
15  -
17 script:
18  - cd scripts; make -k
19  - cd ..
21 notifications:
22   email: false