Skip to content
This repository has been archived by the owner on Jan 30, 2022. It is now read-only.

Commit

Permalink
Attempt to fix CI build.
Browse files Browse the repository at this point in the history
  • Loading branch information
vgorloff committed Oct 1, 2021
1 parent ebefea1 commit 7b6e116
Show file tree
Hide file tree
Showing 4 changed files with 2,192 additions and 14 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@

language: objective-c
osx_image: xcode12.5
install: node -v && nvm ls && ./Scripts/install.sh
install: node -v && yarn install && gem install xcpretty
script: ./Scripts/ci.sh

branches:
only:
- master
- /^release\/.*$/
only:
- master
- /^release\/.*$/
- develop
10 changes: 0 additions & 10 deletions Scripts/install.sh

This file was deleted.

7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "mca-oss-auhost",
"type": "module",
"dependencies": {
"gulp": "^4.0.2"
}
}
Loading

0 comments on commit 7b6e116

Please sign in to comment.