Loading .travis.yml +1 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ install: script: - ./manage.sh pep8_check - ./manage.sh styles - ./manage.sh grunt - ./manage.sh grunt_build - ./manage.sh py_test_coverage - ./manage.sh robot_tests after_success: Loading manage.sh +1 −1 Original line number Diff line number Diff line Loading @@ -58,7 +58,7 @@ styles() { build_style themes/pix-art/less/style.less themes/pix-art/css/style.css } grunt() { grunt_build() { grunt --gruntfile "$SEARX_DIR/static/themes/oscar/gruntfile.js" } Loading Loading
.travis.yml +1 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ install: script: - ./manage.sh pep8_check - ./manage.sh styles - ./manage.sh grunt - ./manage.sh grunt_build - ./manage.sh py_test_coverage - ./manage.sh robot_tests after_success: Loading
manage.sh +1 −1 Original line number Diff line number Diff line Loading @@ -58,7 +58,7 @@ styles() { build_style themes/pix-art/less/style.less themes/pix-art/css/style.css } grunt() { grunt_build() { grunt --gruntfile "$SEARX_DIR/static/themes/oscar/gruntfile.js" } Loading