Issue: Travis build was failing because Travis OS, Trusty Tahr, was installing cmake3.2 whereas CMake required version was > 3.5.
DescriptionBug: Travis runs the build on Ubuntu Trusty Tahr which by default, installs cmake3.2. The build was failing because arrayfire package required CMake version > 3.5.
Proposed changes:
CMake 3.5 and related packages are now being installed with the command
$ sudo apt-get install cmake3 cmake3-curses-gui
Minor cleanup like removing echo, ls, and pwd commands from .travis.yml
Commit: 38d4d64d78ea6ecc8ee46c174311d3912e0e99fc
Issue: Travis build was failing because Travis OS, Trusty Tahr, was installing cmake3.2 whereas CMake required version was > 3.5.
Description Bug: Travis runs the build on Ubuntu Trusty Tahr which by default, installs cmake3.2. The build was failing because arrayfire package required CMake version > 3.5.
Proposed changes:
echo
,ls
, andpwd
commands from.travis.yml