Skip to content

Commit e57b0aa

Browse files
committed
Add installation of CMake to .travis.yml
1 parent 8a284db commit e57b0aa

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
@@ -1,5 +1,4 @@
11
language: python
2-
sudo: required
32
dist: bionic
43
compiler: gcc
54
services:
@@ -12,6 +11,7 @@ addons:
1211
- tcl-dev
1312
- tk-dev
1413
install:
14+
- sudo apt install cmake build-essential
1515
- sudo -H python -m pip install nose scikit-build
1616
script:
1717
- sudo -H python setup.py install

0 commit comments

Comments
 (0)