Skip to content
This repository was archived by the owner on Mar 24, 2024. It is now read-only.

Commit e870588

Browse files
authored
Merge pull request #22 from lbausch/v3
Version 3.0.4
2 parents df90e3c + 6748e30 commit e870588

File tree

4 files changed

+1291
-1091
lines changed

4 files changed

+1291
-1091
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ before_install:
2222
- mysql -e "GRANT ALL ON testing.* to 'homestead'@'%' IDENTIFIED BY 'secret';"
2323
- mysql --database testing < tests/fixtures/sqlgrey.sql
2424
- . $HOME/.nvm/nvm.sh
25-
- nvm install stable
26-
- nvm use stable
25+
- nvm install --lts
26+
- nvm use --lts
2727
- npm install -g yarn
2828

2929
install:

0 commit comments

Comments
 (0)