We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0c21cf commit f06316bCopy full SHA for f06316b
.travis.yml
@@ -12,7 +12,7 @@ services:
12
13
before_install:
14
- pip install --user --upgrade awscli
15
- - apt-get install -y jq
+ - sudo apt-get install -y jq
16
17
script:
18
- ./.travis.sh
Dockerfile
@@ -38,3 +38,5 @@ RUN git clone --depth=1 --single-branch -b llvm-4.0 https://github.com/obfuscato
38
39
COPY cpp_wrapper.py /bin
40
RUN chmod +x /bin/cpp_wrapper.py
41
+
42
+# EOF
0 commit comments