Skip to content

Commit 2d1879b

Browse files
committed
Checking for lint during builds
1 parent c26cf85 commit 2d1879b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ sudo: false
22
language: cpp
33
compiler:
44
- gcc
5-
- clang
65
addons:
76
apt:
87
sources:
@@ -15,5 +14,6 @@ addons:
1514
- cmake-data
1615
- cmake
1716
script:
17+
- ./scripts.sh lint
1818
- ./scripts.sh install
1919
- ./scripts.sh build

0 commit comments

Comments
 (0)