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

Commit

Permalink
(FACT-1953) Manually install psych.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bogdan Irimie committed Aug 8, 2019
1 parent b619708 commit fbfb725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
sudo: false
language: ruby
dist: trusty
rvm:
- 2.6
- 2.5
Expand All @@ -14,6 +13,7 @@ before_install:
- gem install bundler
- sudo apt-get -y install libgmp-dev
- sudo apt-get install ruby-dev
- gem install psych -v '3.1.0' --source 'https://rubygems.org/'

addons:
sonarcloud:
Expand Down

0 comments on commit fbfb725

Please sign in to comment.