Fixing edit fail
[CppCoreGuidelines.git] / .travis.yml
blob74c3f373a98978229bd8567c1470c216409958a1
1 # This is the configuration for Travis CI, a free github-integrated service that runs this script for each pull request (if configured)
3 # Be nice to travis, allow docker builds, must not use sudo below
4 sudo: false
6 # provides gcc, clang, make, scons, cmake
7 language: c++
9 # alternatives: gcc, clang, or both (as yaml list)
10 compiler: clang
12 addons:
13   apt:
14     packages:
15     - hunspell
17 install:
18  -
20 script:
21  - cd scripts; make -k
22  - cd ..
24 notifications:
25   email: false