mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-03-05 15:48:35 -05:00
Remove test run in pre_install (travis-ci)
This commit is contained in:
@@ -12,7 +12,6 @@ before_install:
|
||||
- docker build -t jekkos/opensourcepos .
|
||||
- docker run -d -p 127.0.0.1:80:80 jekkos/opensourcepos /bin/sh -c "cd /app; npm install"
|
||||
- docker ps -a
|
||||
- docker run jekkos/opensourcepos /bin/sh -c "cd /app; grunt mochaWebdriver:test"
|
||||
|
||||
script:
|
||||
- grunt mochaWebdriver:test
|
||||
|
||||
Reference in New Issue
Block a user