cypress testing - makefile - sass - dep

pull/49/head
Hunter Long 2018-08-17 01:40:37 -07:00
parent 65998c59f6
commit 37f7dbbedf
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ before_script:
- mysql -e 'CREATE DATABASE IF NOT EXISTS test;'
- psql -c 'create database test;' -U postgres
- gem install sass
- make deps
- make dep
- make install
script: