Skip to content

Commit f06316b

Browse files
author
Jason Mobarak
committed
Use sudo to install jq on travis
1 parent a0c21cf commit f06316b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ services:
1212

1313
before_install:
1414
- pip install --user --upgrade awscli
15-
- apt-get install -y jq
15+
- sudo apt-get install -y jq
1616

1717
script:
1818
- ./.travis.sh

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,5 @@ RUN git clone --depth=1 --single-branch -b llvm-4.0 https://github.com/obfuscato
3838

3939
COPY cpp_wrapper.py /bin
4040
RUN chmod +x /bin/cpp_wrapper.py
41+
42+
# EOF

0 commit comments

Comments
 (0)