Skip to content

Commit

Permalink
rm test script
Browse files Browse the repository at this point in the history
  • Loading branch information
jinrenjie committed Nov 5, 2019
1 parent e9124cf commit 5039c30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -23,5 +23,4 @@ jobs:
- echo $GOPATH
- echo $PWD
- mv $GOPATH/src/github.com/betterde/ects $GOPATH/src/
- cd $GOPATH/src/ects
- make test
- cd $GOPATH/src/ects
2 changes: 1 addition & 1 deletion web/docs/.vuepress/config.js
Expand Up @@ -28,6 +28,6 @@ module.exports = {
]
}
},
base: '/ects',
base: '/ects/',
dest: '../docs'
};

0 comments on commit 5039c30

Please sign in to comment.