sudo needed

This commit is contained in:
Alex Groce 2018-07-12 19:02:08 -07:00
parent 9eddd47f35
commit 46de76d10a

View File

@ -1,10 +1,10 @@
language: python
dist: trusty
sudo: false
sudo: true
python:
- "2.7"
install:
- apt-get install build-essential gcc-multilib cmake python python-setuptools libffi-dev
- sudo apt-get install build-essential gcc-multilib cmake python python-setuptools libffi-dev
- cd deepstate
- mkdir build
- cd build