Migrate to jobs
This commit is contained in:
parent
4684e28fdb
commit
105282b6a3
1 changed files with 18 additions and 16 deletions
10
.travis.yml
10
.travis.yml
|
@ -16,6 +16,11 @@ cache:
|
||||||
#services:
|
#services:
|
||||||
# - mysql
|
# - mysql
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
include:
|
||||||
|
- stage: "Build"
|
||||||
|
name: "Build Spee.ch"
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
# - sudo mysql -e "use mysql; update user set authentication_string=PASSWORD('password') where User='root'; update user set plugin='mysql_native_password';FLUSH PRIVILEGES;"
|
# - sudo mysql -e "use mysql; update user set authentication_string=PASSWORD('password') where User='root'; update user set plugin='mysql_native_password';FLUSH PRIVILEGES;"
|
||||||
# - sudo mysql_upgrade -u root -ppassword
|
# - sudo mysql_upgrade -u root -ppassword
|
||||||
|
@ -30,8 +35,5 @@ install:
|
||||||
- npm i
|
- npm i
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- npm run fix
|
# - npm run fix
|
||||||
- npm run build
|
- npm run build
|
||||||
- git diff --exit-code
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue