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 6703a01 commit b577269Copy full SHA for b577269
1 file changed
.travis.yml
@@ -1,7 +1,9 @@
1
language: clojure
2
lein: 2.9.1
3
+sudo: required
4
before_install:
5
- sudo apt-get -y install python3 python3-pip
6
+ - sudo python3 -mpip install setuptools
7
- sudo python3 -mpip install numpy
8
- curl -O https://download.clojure.org/install/linux-install-1.10.1.507.sh
9
- chmod +x linux-install-1.10.1.507.sh
0 commit comments