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 e231012 commit ceacc01Copy full SHA for ceacc01
.travis.yml
@@ -52,7 +52,7 @@ matrix:
52
- SRC=false
53
54
before_install:
55
- - if [ $TRAVIS_OS_NAME == "linux" ]; sudo apt-get -y install rename; fi
+ - if [ $TRAVIS_OS_NAME == "linux" ]; then sudo apt-get -y install rename; fi
56
57
install:
58
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then MINICONDA=Miniconda3-latest-Linux-x86_64.sh; fi
0 commit comments