Update .drone.yml for Drone 0.5 (#2761)

pull/2711/merge
Karl Hobley 2016-06-20 15:55:12 +01:00 zatwierdzone przez GitHub
rodzic 38eb2655a6
commit 458d0af565
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -1,6 +1,6 @@
# The scripts for building the base images can be found in scripts/drone-images
build:
pipeline:
flake8:
image: python:3.5
commands:
@ -19,7 +19,7 @@ build:
- npm run lint
- npm run test:unit
scss-lint:
image: wagtail-scss-lint
image: torchbox/scss-lint
commands:
- scss-lint
unittest: