Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
6ebf1c1
remove yarn.lock to attempt to fix travis
csmartinsfct Sep 17, 2019
09b11c5
Merge pull request #34 from csmartinsfct/hotfix/remove_yarn_lock
csmartinsfct Sep 17, 2019
5b45d8e
new yarn.lock file
csmartinsfct Sep 17, 2019
226daa0
Merge pull request #36 from csmartinsfct/hotfix/add_yarn_lock
csmartinsfct Sep 17, 2019
8cfa626
updates travis.yml to require git as a dependency
csmartinsfct Sep 17, 2019
5811dbf
Merge pull request #38 from csmartinsfct/hotfix/before_install_git_tr…
csmartinsfct Sep 17, 2019
108aad5
updated travis to attempt to install git using aptitude
csmartinsfct Sep 17, 2019
4e9504a
Merge pull request #40 from csmartinsfct/hotfix/before_install_git_tr…
csmartinsfct Sep 17, 2019
ee0a09e
reset travis config
csmartinsfct Sep 18, 2019
ed14a06
Merge pull request #42 from csmartinsfct/hotfix/before_install_git_tr…
csmartinsfct Sep 18, 2019
f60a568
adds git as a dependency to attempt to fix travis
csmartinsfct Sep 18, 2019
e8da13c
Merge pull request #43 from csmartinsfct/hotfix/before_install_git_tr…
csmartinsfct Sep 18, 2019
5478dcd
attempt to use npm instead of yarn to fix travis
csmartinsfct Sep 18, 2019
9414af2
Merge pull request #44 from csmartinsfct/hotfix/before_install_git_tr…
csmartinsfct Sep 18, 2019
2fbabcf
Merge branch 'master' into develop
csmartinsfct Sep 18, 2019
d999add
reset travis script to use Yarn
csmartinsfct Sep 18, 2019
74ccd72
Merge branch 'develop' into hotfix/before_install_git_travis
csmartinsfct Sep 18, 2019
ddb6c9a
Merge pull request #45 from csmartinsfct/hotfix/before_install_git_tr…
csmartinsfct Sep 18, 2019
3051d74
attempt to fix travis by not caching node_modules
csmartinsfct Sep 18, 2019
593ac8c
Merge branch 'develop' of https://github.com/MyBitFoundation/MyBit.te…
csmartinsfct Sep 18, 2019
def4c32
Merge pull request #46 from csmartinsfct/hotfix/before_install_git_tr…
csmartinsfct Sep 18, 2019
7efefb1
restore Travis script
csmartinsfct Sep 18, 2019
1e4b140
Merge pull request #47 from csmartinsfct/hotfix/before_install_git_tr…
csmartinsfct Sep 18, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ node_js:
cache:
directories:
- node_modules
yarn: true
script:
- GIT_HASH=$(git rev-parse --short HEAD)
- echo ${GIT_HASH} > version/version
Expand Down
Loading