Skip to content
This repository has been archived by the owner on Sep 19, 2023. It is now read-only.

Commit

Permalink
fix submodule url
Browse files Browse the repository at this point in the history
  • Loading branch information
kilbot committed Jul 13, 2016
1 parent de84d9e commit c525ab5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Expand Up @@ -3,4 +3,4 @@
url = https://github.com/kilbot/WooCommerce-POS-StyleGuide.git
[submodule ".docker"]
path = .docker
url = git@github.com:kilbot/WooCommerce-Dev-Docker.git
url = https://github.com/kilbot/WooCommerce-Dev-Docker.git
3 changes: 1 addition & 2 deletions .travis.yml
@@ -1,6 +1,6 @@
sudo: required

language: node
language: node_js

services:
- docker
Expand All @@ -12,7 +12,6 @@ env:
- PHP_VERSION=56 WP_VERSION=latest WP_MULTISITE=0
- PHP_VERSION=70 WP_VERSION=latest WP_MULTISITE=0


before_install:
- npm run build

Expand Down

0 comments on commit c525ab5

Please sign in to comment.